Additions to the MacSLIP Scripting Language The define command (similar to the set command) allows the script to define permanent variables at script execution time. define [/g] [/h] variable-name string The /g flag sets the global attribute; the /h flag makes the variable's value hidden. NOTE: Don't prefix variable-name with “$”. Example: define user "rick" define /h password "abcdefgh"